Class 18: HTML Inputs
Create a button that takes values from one inpux box and puts it into another input box.
Create a button that takes input from a password and outputs the value to
an alert box.
Create a button that takes the values of a checkbox group and outputs the labels by alert.
Create a date selector. Then create a button that pulls that date.
Create a dropdown with 3 values. Create a button that pulls the value of the dropdown.
Please select your favorite teacher:
Click here to return to index.html.